Skip to content

Conversation

stevapple
Copy link
Contributor

_swift_stdlib_configure_console_mode reverts console codepage on Windows using atexit, which is declared in stdlib.h.

Add the missing #include <stdlib.h> to unblock building Swift stdlib with MSVC v14.37 (Visual Studio 17.7).

`_swift_stdlib_configure_console_mode` reverts console codepage on Windows using `atexit`, which is declared in `stdlib.h`.

Add the missing `#include <stdlib.h>` to unblock building Swift `stdlib` with MSVC v14.37 (Visual Studio 17.7).
@compnerd
Copy link
Member

compnerd commented Aug 9, 2023

@swift-ci please smoke test

@compnerd compnerd merged commit fe82f76 into swiftlang:main Aug 9, 2023
@stevapple stevapple deleted the stevapple-patch-1 branch August 11, 2023 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants